home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. Windows 3
/
dr win3.zip
/
dr win3
/
PROGRAMR
/
WPJV1N2.ZIP
/
HAXTON.ZIP
/
RODSAPP.H
< prev
next >
Wrap
Text File
|
1993-01-27
|
457b
|
21 lines
//***********************************************
//* rodsapp.h:
//***********************************************
#define IDM_RODMENU 100
#define IDM_STEPONE 10
#define IDM_STEPTWO 12
#define IDM_ABOUT 14
#define IDD_ABOUTBOX 20
/* window function prototypes */
int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
LONG FAR PASCAL MainWndProc(HWND, unsigned, WORD, LONG);
BOOL InitApplication(HANDLE);
BOOL InitInstance(HANDLE, int);